home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-07 | 1.3 KB | 35 lines | [TEXT/ttxt] |
- This archive contains the source code for
- the Caml Light system, release 0.61, Macintosh version.
-
- The source files are not required to run Caml Light. They are provided
- for the curious minds who would like to see how the
- system is built, and for the advanced users who would like to modify
- the system themselves.
-
- The code has been developed under MPW 3.2.
-
- CONTENTS:
-
- src: The source folder.
- src:runtime: The bytecode interpreter and runtime system (in C).
- src:lib: The standard library (in Caml Light).
- src:compiler: The compiler (in Caml Light).
- src:linker: The linker (in Caml Light).
- src:librar The librarian (in Caml Light).
- src:toplevel: The toplevel system (in Caml Light).
- src:lex: The lexer generator (in Caml Light).
- src:yacc: The parser generator (in C).
- src:tools: Various utilities (MPW scripts).
- config: Configuration files.
- READ ME (source) This file.
- LISEZ MOI (source) French version of this file.
- COPYRIGHT - copy INRIA's copyright notice.
-
- COPYRIGHT:
-
- All files in this distribution are copyright INRIA and distributed
- under the conditions stated in file COPYRIGHT - copy.
- They can be freely redistributed but not sold; the redistribution
- must include the copyright notice.
-
-